home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-01.zip / 01 / Bazy / Katalog CHIP-CD / ChipKat.exe / 0 / RCDATA / TFMAIN / TFMAIN.txt
Text File  |  2004-07-29  |  30KB  |  738 lines

  1. object fMain: TfMain
  2.   Left = 187
  3.   Top = 141
  4.   Width = 769
  5.   Height = 500
  6.   Caption = 'Katalog CHIP CD'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 445
  9.   Constraints.MinWidth = 63
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pnlMainClient: TPanel
  22.     Left = 48
  23.     Top = 0
  24.     Width = 713
  25.     Height = 447
  26.     Align = alRight
  27.     BevelOuter = bvNone
  28.     BorderWidth = 2
  29.     TabOrder = 0
  30.     object splitV: TSplitter
  31.       Left = 2
  32.       Top = 244
  33.       Width = 709
  34.       Height = 3
  35.       Cursor = crVSplit
  36.       Align = alTop
  37.       OnCanResize = splitVCanResize
  38.     end
  39.     object pnlSearchRes: TPanel
  40.       Left = 2
  41.       Top = 2
  42.       Width = 709
  43.       Height = 242
  44.       Align = alTop
  45.       BevelOuter = bvNone
  46.       Constraints.MinHeight = 140
  47.       TabOrder = 0
  48.       object grpboxSearchRes: TGroupBox
  49.         Left = 199
  50.         Top = 0
  51.         Width = 510
  52.         Height = 242
  53.         Align = alClient
  54.         Caption = ' Wyniki wyszukiwania '
  55.         Font.Charset = DEFAULT_CHARSET
  56.         Font.Color = clWindowText
  57.         Font.Height = -11
  58.         Font.Name = 'MS Sans Serif'
  59.         Font.Style = [fsBold]
  60.         ParentFont = False
  61.         TabOrder = 0
  62.         object pnlSearchResInner: TPanel
  63.           Left = 2
  64.           Top = 15
  65.           Width = 506
  66.           Height = 225
  67.           Align = alClient
  68.           BevelOuter = bvNone
  69.           BorderWidth = 2
  70.           Font.Charset = DEFAULT_CHARSET
  71.           Font.Color = clWindowText
  72.           Font.Height = -11
  73.           Font.Name = 'MS Sans Serif'
  74.           Font.Style = []
  75.           ParentFont = False
  76.           TabOrder = 0
  77.           object pnlSearchPrgs: TPanel
  78.             Left = 2
  79.             Top = 192
  80.             Width = 502
  81.             Height = 31
  82.             Align = alBottom
  83.             BevelOuter = bvNone
  84.             BorderWidth = 2
  85.             TabOrder = 0
  86.             Visible = False
  87.             OnResize = pnlSearchPrgsResize
  88.             object pnlStop: TPanel
  89.               Left = 418
  90.               Top = 2
  91.               Width = 82
  92.               Height = 27
  93.               Align = alRight
  94.               BevelOuter = bvNone
  95.               TabOrder = 0
  96.               object btnStop: TButton
  97.                 Left = 4
  98.                 Top = 1
  99.                 Width = 75
  100.                 Height = 25
  101.                 Cursor = crArrow
  102.                 Caption = 'Stop'
  103.                 TabOrder = 0
  104.                 OnClick = btnStopClick
  105.               end
  106.             end
  107.             object prgbarSearch: TProgressBar
  108.               Left = 2
  109.               Top = 8
  110.               Width = 233
  111.               Height = 16
  112.               TabOrder = 1
  113.             end
  114.           end
  115.           object vstSearchResults: TVirtualStringTree
  116.             Left = 2
  117.             Top = 2
  118.             Width = 502
  119.             Height = 141
  120.             Align = alTop
  121.             CheckImageKind = ckSystemFlat
  122.             Header.AutoSizeIndex = 2
  123.             Header.Font.Charset = DEFAULT_CHARSET
  124.             Header.Font.Color = clWindowText
  125.             Header.Font.Height = -11
  126.             Header.Font.Name = 'MS Sans Serif'
  127.             Header.Font.Style = []
  128.             Header.Options = [hoAutoResize, hoColumnResize, hoDblClickResize, hoDrag, hoShowSortGlyphs, hoVisible]
  129.             IncrementalSearch = isAll
  130.             ParentBackground = False
  131.             TabOrder = 1
  132.             TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
  133.             TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  134.             TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
  135.             TreeOptions.SelectionOptions = [toFullRowSelect]
  136.             TreeOptions.StringOptions = [toSaveCaptions]
  137.             OnChange = vstSearchResultsChange
  138.             OnCompareNodes = vstSearchResultsCompareNodes
  139.             OnFreeNode = vstSearchResultsFreeNode
  140.             OnGetText = vstSearchResultsGetText
  141.             OnHeaderClick = vstSearchResultsHeaderClick
  142.             OnInitNode = vstSearchResultsInitNode
  143.             Columns = <
  144.               item
  145.                 MinWidth = 120
  146.                 Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  147.                 Position = 0
  148.                 Width = 200
  149.                 WideText = 'Nazwa'
  150.               end
  151.               item
  152.                 MinWidth = 100
  153.                 Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  154.                 Position = 1
  155.                 Width = 100
  156.                 WideText = 'P'#322'yta'
  157.               end
  158.               item
  159.                 MinWidth = 150
  160.                 Options = [coAllowClick, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  161.                 Position = 2
  162.                 Width = 198
  163.                 WideText = #346'cie'#380'ka'
  164.               end>
  165.           end
  166.         end
  167.       end
  168.       object grpboxSearchOpt: TGroupBox
  169.         Left = 0
  170.         Top = 0
  171.         Width = 197
  172.         Height = 242
  173.         Align = alLeft
  174.         Caption = ' Wyszukiwanie '
  175.         Font.Charset = DEFAULT_CHARSET
  176.         Font.Color = clWindowText
  177.         Font.Height = -11
  178.         Font.Name = 'MS Sans Serif'
  179.         Font.Style = [fsBold]
  180.         ParentFont = False
  181.         TabOrder = 1
  182.         object pnlSearchInner: TPanel
  183.           Left = 2
  184.           Top = 15
  185.           Width = 193
  186.           Height = 225
  187.           Align = alClient
  188.           BevelOuter = bvNone
  189.           BorderWidth = 2
  190.           TabOrder = 0
  191.           object pgctrlSearchOpt: TPageControl
  192.             Left = 2
  193.             Top = 2
  194.             Width = 189
  195.             Height = 221
  196.             ActivePage = tbshtSerachSimple
  197.             Align = alClient
  198.             Font.Charset = DEFAULT_CHARSET
  199.             Font.Color = clWindowText
  200.             Font.Height = -11
  201.             Font.Name = 'MS Sans Serif'
  202.             Font.Style = []
  203.             ParentFont = False
  204.             Style = tsFlatButtons
  205.             TabOrder = 0
  206.             OnChange = pgctrlSearchOptChange
  207.             object tbshtSerachSimple: TTabSheet
  208.               Caption = '&Proste'
  209.               object Button1: TButton
  210.                 Left = 102
  211.                 Top = 34
  212.                 Width = 75
  213.                 Height = 25
  214.                 Action = actSimpleSearch
  215.                 TabOrder = 2
  216.               end
  217.               object edtSearchSimple: TEdit
  218.                 Left = 2
  219.                 Top = 5
  220.                 Width = 175
  221.                 Height = 21
  222.                 TabOrder = 0
  223.                 OnKeyPress = edtSearchSimpleKeyPress
  224.               end
  225.               object Button3: TButton
  226.                 Left = 2
  227.                 Top = 34
  228.                 Width = 75
  229.                 Height = 25
  230.                 Action = actHelp
  231.                 TabOrder = 1
  232.               end
  233.             end
  234.             object tbshtSerachAdv: TTabSheet
  235.               Caption = '&Zaawansowane'
  236.               ImageIndex = 1
  237.               object Label1: TLabel
  238.                 Left = 2
  239.                 Top = 0
  240.                 Width = 108
  241.                 Height = 13
  242.                 Caption = 'z&e wszystkimi s'#322'owami:'
  243.                 FocusControl = edtAdvAll
  244.               end
  245.               object Label2: TLabel
  246.                 Left = 2
  247.                 Top = 40
  248.                 Width = 69
  249.                 Height = 13
  250.                 Caption = 'z &wyra'#380'eniem: '
  251.                 FocusControl = edtAdvFraza
  252.               end
  253.               object Label3: TLabel
  254.                 Left = 2
  255.                 Top = 79
  256.                 Width = 118
  257.                 Height = 13
  258.                 Caption = 'z &kt'#243'rymkolwiek ze s'#322#243'w:'
  259.                 FocusControl = edtAdvAny
  260.               end
  261.               object Label4: TLabel
  262.                 Left = 2
  263.                 Top = 119
  264.                 Width = 49
  265.                 Height = 13
  266.                 Caption = '&bez s'#322#243'w: '
  267.                 FocusControl = edtAdvWithout
  268.               end
  269.               object edtAdvAll: TEdit
  270.                 Left = 2
  271.                 Top = 16
  272.                 Width = 176
  273.                 Height = 21
  274.                 TabOrder = 0
  275.                 OnKeyPress = AdvKeyPress
  276.               end
  277.               object edtAdvFraza: TEdit
  278.                 Left = 2
  279.                 Top = 55
  280.                 Width = 176
  281.                 Height = 21
  282.                 TabOrder = 1
  283.                 OnKeyPress = AdvKeyPress
  284.               end
  285.               object edtAdvAny: TEdit
  286.                 Left = 2
  287.                 Top = 95
  288.                 Width = 176
  289.                 Height = 21
  290.                 TabOrder = 2
  291.                 OnKeyPress = AdvKeyPress
  292.               end
  293.               object edtAdvWithout: TEdit
  294.                 Left = 0
  295.                 Top = 134
  296.                 Width = 176
  297.                 Height = 21
  298.                 TabOrder = 3
  299.                 OnKeyPress = AdvKeyPress
  300.               end
  301.               object Button2: TButton
  302.                 Left = 101
  303.                 Top = 161
  304.                 Width = 75
  305.                 Height = 25
  306.                 Action = actAdvSearch
  307.                 TabOrder = 5
  308.               end
  309.               object Button4: TButton
  310.                 Left = 0
  311.                 Top = 161
  312.                 Width = 75
  313.                 Height = 25
  314.                 Action = actHelp
  315.                 TabOrder = 4
  316.               end
  317.             end
  318.           end
  319.         end
  320.       end
  321.       object pnlTopSpace: TPanel
  322.         Left = 197
  323.         Top = 0
  324.         Width = 2
  325.         Height = 242
  326.         Align = alLeft
  327.         BevelOuter = bvNone
  328.         TabOrder = 2
  329.       end
  330.     end
  331.     object pnlDisksView: TPanel
  332.       Left = 2
  333.       Top = 292
  334.       Width = 709
  335.       Height = 153
  336.       Align = alBottom
  337.       BevelOuter = bvNone
  338.       TabOrder = 1
  339.       object grpboxDisksView: TGroupBox
  340.         Left = 0
  341.         Top = 0
  342.         Width = 709
  343.         Height = 153
  344.         Align = alClient
  345.         Caption = ' Lista p'#322'yt '
  346.         Font.Charset = DEFAULT_CHARSET
  347.         Font.Color = clWindowText
  348.         Font.Height = -11
  349.         Font.Name = 'MS Sans Serif'
  350.         Font.Style = [fsBold]
  351.         ParentFont = False
  352.         TabOrder = 0
  353.         object splitH: TSplitter
  354.           Left = 187
  355.           Top = 15
  356.           Height = 136
  357.           OnCanResize = splitHCanResize
  358.         end
  359.         object pnlDisksViewDisks: TPanel
  360.           Left = 2
  361.           Top = 15
  362.           Width = 185
  363.           Height = 136
  364.           Align = alLeft
  365.           BevelOuter = bvNone
  366.           BorderWidth = 2
  367.           Font.Charset = DEFAULT_CHARSET
  368.           Font.Color = clWindowText
  369.           Font.Height = -11
  370.           Font.Name = 'MS Sans Serif'
  371.           Font.Style = []
  372.           ParentFont = False
  373.           TabOrder = 0
  374.           object tvDisks: TTreeView
  375.             Left = 2
  376.             Top = 2
  377.             Width = 181
  378.             Height = 123
  379.             Align = alTop
  380.             HideSelection = False
  381.             Images = imglstTV
  382.             Indent = 19
  383.             ReadOnly = True
  384.             TabOrder = 0
  385.             OnChange = tvDisksChange
  386.             OnDeletion = tvDisksDeletion
  387.             OnExpanding = tvDisksExpanding
  388.           end
  389.         end
  390.         object pnlDisksViewInfo: TPanel
  391.           Left = 499
  392.           Top = 15
  393.           Width = 208
  394.           Height = 136
  395.           Align = alRight
  396.           BevelOuter = bvNone
  397.           BorderWidth = 2
  398.           Constraints.MinWidth = 208
  399.           Font.Charset = DEFAULT_CHARSET
  400.           Font.Color = clWindowText
  401.           Font.Height = -11
  402.           Font.Name = 'MS Sans Serif'
  403.           Font.Style = []
  404.           ParentFont = False
  405.           TabOrder = 1
  406.           object ntbkViewDetails: TNotebook
  407.             Left = 2
  408.             Top = 2
  409.             Width = 204
  410.             Height = 132
  411.             Align = alClient
  412.             TabOrder = 0
  413.             object TPage
  414.               Left = 0
  415.               Top = 0
  416.               Caption = 'Folders'
  417.               object lvFolders: TListView
  418.                 Left = 0
  419.                 Top = 0
  420.                 Width = 204
  421.                 Height = 100
  422.                 Align = alTop
  423.                 Columns = <
  424.                   item
  425.                     Caption = 'Katalog'
  426.                     Width = 150
  427.                   end>
  428.                 HideSelection = False
  429.                 ReadOnly = True
  430.                 RowSelect = True
  431.                 SmallImages = imglstTV
  432.                 TabOrder = 0
  433.                 ViewStyle = vsReport
  434.                 OnDblClick = lvFoldersDblClick
  435.               end
  436.             end
  437.             object TPage
  438.               Left = 0
  439.               Top = 0
  440.               Caption = 'Details'
  441.               object reDetails: TRichEdit
  442.                 Left = 0
  443.                 Top = 0
  444.                 Width = 204
  445.                 Height = 57
  446.                 Align = alTop
  447.                 Lines.Strings = (
  448.                   'reDetails')
  449.                 ReadOnly = True
  450.                 ScrollBars = ssVertical
  451.                 TabOrder = 0
  452.                 OnMouseUp = reDetailsMouseUp
  453.               end
  454.             end
  455.           end
  456.         end
  457.       end
  458.     end
  459.   end
  460.   object StatusBar: TStatusBar
  461.     Left = 0
  462.     Top = 447
  463.     Width = 761
  464.     Height = 19
  465.     Panels = <>
  466.     SimplePanel = True
  467.   end
  468.   object imglstTV: TImageList
  469.     Left = 318
  470.     Top = 325
  471.     Bitmap = {
  472.       494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  473.       0000000000003600000028000000400000003000000001001000000000000018
  474.       0000000000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       0000000000000000000000000000000000000000000000000000000000000000
  477.       0000000000000000000000000000000000000000000000000000000000000000
  478.       0000000000000000000000000000000000000000000000000000000000000000
  479.       0000000000000000000000000000000000000000000000000000000000000000
  480.       0000000000000000000000000000000000000000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       0000000000000000000000000000000000000000000000000000000000000000
  501.       0000000000000000000000000000000000000000000000000000000000000000
  502.       0000000000000000000000000000000000000000000000000000000000000000
  503.       0000000000000000000000000000000000000000000000000000000000000000
  504.       0000000000000000000000000000000000000000000000000000000000000000
  505.       0000000000000000000000000000000000000000000000000000000000000000
  506.       0000000000000000000000000000000000000000000000000000000000000000
  507.       0000000000000000000000000000000000000000000000000000000000000000
  508.       0000000000000000000000000000000000000000000000000000000000000000
  509.       0000000000000000000000000000000000000000000000000000000000000000
  510.       0000000000000000000000000000000000000000000000000000000000000000
  511.       0000000000000000000000000000000000000000000000000000000000000000
  512.       0000000000000000000000000000000000000000000000000000000000000000
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       0000000000000000000000000000000000000000000000000000000000000000
  517.       0000000000000000000000000000000000000000000000000000000000000000
  518.       0000000000000000000000000000000000000000000000000000000000000000
  519.       0000000000000000000000000000000000000000000000000000000000000000
  520.       0000000000000000000000000000000000000000000000000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000000000
  522.       0000000000000000000000000000000000000000000000000000000000000000
  523.       0000000000000000000000000000000000000000000000000000000000000000
  524.       0000000000000000000000000000000000000000000000000000000000000000
  525.       0000000000000000000000000000000000000000000000000000000000000000
  526.       0000000000000000000000000000000000000000000000000000000000000000
  527.       0000000000000000000000000000000000000000000000000000000000000000
  528.       0000000000000000000000000000000000000000000000000000000000000000
  529.       0000000000000000000000000000000000000000000000000000000000000000
  530.       0000000000000000000000000000000000000000000000000000000000000000
  531.       0000000000000000000000000000000000000000000000000000000000000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       0000000000000000000000000000000000000000000000000000000000000000
  534.       0000000000000000000000000000000000000000000000000000000000000000
  535.       0000000000000000000000000000000000000000000000000000000000000000
  536.       0000000000000000000000000000000000000000000000000000000000000000
  537.       0000000000000000000000000000000000000000000000000000000000000000
  538.       0000000000000000000000000000000000000000000000000000000000000000
  539.       0000000000000000000000000000000000000000000000000000000000000000
  540.       0000000000000000000000000000000000000000000000000000000000000000
  541.       0000000000000000000000000000000000000000000000000000000000000000
  542.       0000000000000000000000000000000000000000000000000000000000000000
  543.       0000000000000000000000000000000000000000000000000000000000000000
  544.       0000000000000000000000000000000000000000000000000000000000000000
  545.       0000000000000000000000000000000000000000000000000000000000000000
  546.       0000000000000000000000000000000000000000000000000000000000000000
  547.       0000000000000000000000000000000000000000000000000000000000000000
  548.       0000000000000000000000000000000000000000000000000000000000000000
  549.       0000000000000000000000000000000000000000000000000000000000000000
  550.       0000000000000000000000000000000000000000000000000000000000000000
  551.       0000000000000000000000000000000000000000000000000000000000000000
  552.       0000000000000000000000000000000000000000000000000000000000000000
  553.       0000000000000000000000000000000000000000000000000000000000000000
  554.       0000000000000000000000000000000000000000000000000000000000000000
  555.       0000000000000000000000000000000000000000000000000000000000000000
  556.       0000000000000000000000000000000000000000000000000000000000000000
  557.       0000000000000000000000000000000000000000000000000000000000000000
  558.       0000000000000000000000000000000000000000000000000000000000000000
  559.       0000000000000000000000000000000000000000000000000000000000000000
  560.       0000000000000000000000000000000000000000000000000000000000000000
  561.       0000000000000000000000000000000000000000000000000000000000000000
  562.       0000000000000000000000000000000000000000000000000000000000000000
  563.       0000000000000000000000000000000000000000000000000000000000000000
  564.       0000000000000000000000000000000000000000000000000000000000000000
  565.       0000000000000000000000000000000000000000000000000000000000000000
  566.       0000000000000000000000000000000000000000000000000000000000000000
  567.       0000000000000000000000000000000000000000000000000000000000000000
  568.       0000000000000000000000000000000000000000000000000000000000000000
  569.       0000000000000000000000000000000000000000000000000000000000000000
  570.       0000000000000000000000000000000000000000000000000000000000000000
  571.       0000000000000000000000000000000000000000000000000000000000000000
  572.       0000000000000000000000000000000000000000000000000000000000000000
  573.       0000000000000000000000000000000000000000000000000000000000000000
  574.       0000000000000000000000000000000000000000000000000000000000000000
  575.       0000000000000000000000000000000000000000000000000000000000000000
  576.       0000000000000000000000000000000000000000000000000000000000000000
  577.       0000000000000000000000000000000000000000000000000000000000000000
  578.       0000000000000000000000000000000000000000000000000000000000000000
  579.       0000000000000000000000000000000000000000000000000000000000000000
  580.       0000000000000000000000000000000000000000000000000000000000000000
  581.       0000000000000000000000000000000000000000000000000000000000000000
  582.       0000000000000000000000000000000000000000000000000000000000000000
  583.       0000000000000000000000000000000000000000000000000000000000000000
  584.       0000000000000000000000000000000000000000000000000000000000000000
  585.       0000000000000000000000000000000000000000000000000000000000000000
  586.       0000000000000000000000000000000000000000000000000000000000000000
  587.       0000000000000000000000000000000000000000000000000000000000000000
  588.       0000000000000000000000000000000000000000000000000000000000000000
  589.       0000000000000000000000000000000000000000000000000000000000000000
  590.       0000000000000000000000000000000000000000000000000000000000000000
  591.       0000000000000000000000000000000000000000000000000000000000000000
  592.       0000000000000000000000000000000000000000000000000000000000000000
  593.       0000000000000000000000000000000000000000000000000000000000000000
  594.       0000000000000000000000000000000000000000000000000000000000000000
  595.       0000000000000000000000000000000000000000000000000000000000000000
  596.       0000000000000000000000000000000000000000000000000000000000000000
  597.       0000000000000000000000000000000000000000000000000000000000000000
  598.       0000000000000000000000000000000000000000000000000000000000000000
  599.       0000000000000000000000000000000000000000000000000000000000000000
  600.       0000000000000000000000000000000000000000000000000000000000000000
  601.       0000000000000000000000000000000000000000000000000000000000000000
  602.       0000000000000000000000000000000000000000000000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       0000000000000000000000000000000000000000000000000000000000000000
  605.       0000000000000000000000000000000000000000000000000000000000000000
  606.       0000000000000000000000000000000000000000000000000000000000000000
  607.       0000000000000000000000000000000000000000000000000000000000000000
  608.       0000000000000000000000000000000000000000000000000000000000000000
  609.       0000000000000000000000000000000000000000000000000000000000000000
  610.       000000000000000000000000000000000000734A081D081D081D081D081D081D
  611.       081D081D081D081D081D081D081D081D734A734A081D081D081D081D081D081D
  612.       081D081D081D081D081D081D081D081D734A734A081D081D081D081D081D081D
  613.       081D081D081D081D081D081D081D081D734A734A081D081D081D081D081D081D
  614.       081D081D081D081D081D081D081D081D734A081D9C6B9C6B9C6B9C6B9C6B9C6B
  615.       9C6B9C6B9C6B9C6B9C6B9C6B9C6B9C6B081D081D9C6B9C6B9C6B9C6B9C6B9C6B
  616.       9C6B9C6B9C6B9C6B9C6B9C6B9C6B9C6B081D081D9C6B9C6B9C6B9C6B9C6B9C6B
  617.       9C6B9C6B9C6B9C6B9C6B9C6B9C6B9C6B081D081D9C6B9C6B9C6B9C6B9C6B9C6B
  618.       9C6B9C6B9C6B9C6B9C6B9C6B9C6B9C6B081D081D395F395F395F395F395F395F
  619.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  620.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  621.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  622.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F8C2D8C2D395F
  623.       395F395F8C2D8C2D395F395F395F9C6B081D081D395F395F395F8C2D8C2D395F
  624.       395F395F8C2D8C2D395F395F395F9C6B081D081D395F395F395F395F395F395F
  625.       8C2D081D081D081D081D8C2D395F9C6B081D081D395F395F395F395F395F395F
  626.       8C2D081D081D081D081D8C2D395F9C6B081D081D395F395F8C2D395F395F8C2D
  627.       395F8C2D8C2D8C2D8C2D395F395F9C6B081D081D395F395F8C2D395F395F8C2D
  628.       395F8C2D8C2D8C2D8C2D395F395F9C6B081D081D395F395F081D081D8C2D8C2D
  629.       8C2D395F395F395F395F8C2D395F9C6B081D081D395F395F081D081D8C2D8C2D
  630.       8C2D395F395F395F395F8C2D395F9C6B081D081D395F395F8C2D395F395F8C2D
  631.       395F8C2D8C2D8C2D8C2D395F395F9C6B081D081D395F395F8C2D395F395F8C2D
  632.       395F8C2D8C2D8C2D8C2D395F395F9C6B081D081D395F395F395F395F395F395F
  633.       8C2D081D081D081D081D8C2D395F9C6B081D081D395F395F395F395F395F395F
  634.       8C2D081D081D081D081D8C2D395F9C6B081D081D395F395F395F8C2D8C2D395F
  635.       395F395F8C2D8C2D395F395F395F9C6B081D081D395F395F395F8C2D8C2D395F
  636.       395F395F8C2D8C2D395F395F395F9C6B081D081D395F395F395F395F395F395F
  637.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  638.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  639.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  640.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  641.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  642.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  643.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  644.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  645.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  646.       395F395F395F395F395F395F395F9C6B081D081D395F395F395F395F395F395F
  647.       395F734A081D081D081D081D081D081D734A081D395F395F395F395F395F395F
  648.       395F734A081D081D081D081D081D081D734A081D395F395F395F395F395F395F
  649.       395F734A081D081D081D081D081D081D734A081D395F395F395F395F395F395F
  650.       395F734A081D081D081D081D081D081D734A081D395F395F395F395F395F395F
  651.       395F081D0000000000000000000000000000081DE07CE07CE07CE07CE07CE07C
  652.       E07C081D0000000000000000000000000000081D395F395F395F395F395F395F
  653.       395F081D0000000000000000000000000000081DE07CE07CE07CE07CE07CE07C
  654.       E07C081D00000000000000000000000000000000081D081D081D081D081D081D
  655.       081D000000000000000000000000000000000000081D081D081D081D081D081D
  656.       081D000000000000000000000000000000000000081D081D081D081D081D081D
  657.       081D000000000000000000000000000000000000081D081D081D081D081D081D
  658.       081D000000000000000000000000000000000000000000000000000000000000
  659.       0000000000000000000000000000000000000000000000000000000000000000
  660.       0000000000000000000000000000000000000000000000000000000000000000
  661.       0000000000000000000000000000000000000000000000000000000000000000
  662.       0000000000000000000000000000000000000000000000000000000000000000
  663.       0000000000000000000000000000000000000000000000000000000000000000
  664.       0000000000000000000000000000000000000000000000000000000000000000
  665.       0000000000000000000000000000000000000000000000000000000000000000
  666.       000000000000000000000000000000000000424D3E000000000000003E000000
  667.       2800000040000000300000000100010000000000800100000000000000000000
  668.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  669.       0000000000000000000000000000000000000000000000000000000000000000
  670.       0000000000000000000000000000000000000000000000000000000000000000
  671.       0000000000000000000000000000000000000000000000000000000000000000
  672.       0000000000000000000000000000000000000000000000000000000000000000
  673.       0000000000000000000000000000000000000000000000000000000000000000
  674.       0000000000000000000000000000000000000000000000000000000000000000
  675.       0000000000000000000000000000000000000000000000000000000000000000
  676.       00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  677.       0000000000000000000000000000000000000000000000000000000000000000
  678.       0000000000000000000000000000000000000000000000000000000000000000
  679.       00000000000000000000000000000000007F007F007F007F80FF80FF80FF80FF
  680.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
  681.       000000000000}
  682.   end
  683.   object FormStrg: TFormStorage
  684.     Options = [fpPosition]
  685.     OnSavePlacement = FormStrgSavePlacement
  686.     OnRestorePlacement = FormStrgRestorePlacement
  687.     StoredProps.Strings = (
  688.       'pnlDisksView.Height'
  689.       'pnlDisksViewDisks.Width')
  690.     StoredValues = <>
  691.     Left = 212
  692.     Top = 380
  693.   end
  694.   object ActionList1: TActionList
  695.     Left = 208
  696.     Top = 248
  697.     object actSimpleSearch: TAction
  698.       Caption = 'Szukaj'
  699.       OnExecute = actSimpleSearchExecute
  700.     end
  701.     object actAdvSearch: TAction
  702.       Caption = 'Szukaj'
  703.       OnExecute = actAdvSearchExecute
  704.     end
  705.     object actHKSimple: TAction
  706.       Caption = 'actHKSimple'
  707.       ShortCut = 16454
  708.       OnExecute = actHKSimpleExecute
  709.     end
  710.     object actHelp: TAction
  711.       Caption = 'Pomo&c'
  712.       ShortCut = 112
  713.       OnExecute = actHelpExecute
  714.       OnUpdate = actHelpUpdate
  715.     end
  716.   end
  717.   object BackupFile: TBackupFile
  718.     Version = '3.00'
  719.     BackupMode = bmAll
  720.     CompressionLevel = clFastest
  721.     RestoreMode = rmAll
  722.     MaxSize = 0
  723.     SetArchiveFlag = False
  724.     RestoreFullPath = False
  725.     SaveFileID = False
  726.     Left = 246
  727.     Top = 381
  728.   end
  729.   object AppEvents: TAppEvents
  730.     OnActivate = AppEventsActivate
  731.     OnDeactivate = AppEventsDeactivate
  732.     OnMinimize = AppEventsMinimize
  733.     OnRestore = AppEventsRestore
  734.     Left = 10
  735.     Top = 120
  736.   end
  737. end
  738.